projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc08ffb
)
* lisp/dired-aux.el (dired-create-destination-dirs): Doc fix.
author
Glenn Morris
<rgm@gnu.org>
Tue, 27 Feb 2018 07:40:13 +0000
(23:40 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 27 Feb 2018 07:40:43 +0000
(23:40 -0800)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 6e3e33600993e93509123d09d05d9cfe5d22a956..b837fb4e5eab8704abb17e34ff6f96fd98591d1c 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-1552,7
+1552,7
@@
Special value `always' suppresses confirmation."
(defcustom dired-create-destination-dirs nil
"Whether Dired should create destination dirs when copying/removing files.
If nil, don't create them.
-If `always', create them without ask.
+If `always', create them without ask
ing
.
If `ask', ask for user confirmation."
:type '(choice (const :tag "Never create non-existent dirs" nil)
(const :tag "Always create non-existent dirs" always)